AbsoluteFontSize

public interface AbsoluteFontSize implements FontSize

Absolute font size that is based on the default font size.

Since

7.20

Functions

Link copied to clipboard
public static AbsoluteFontSize large()
Font size that is large relatively to the default font size.
Link copied to clipboard
public static AbsoluteFontSize medium()
The default font size.
Link copied to clipboard
public static AbsoluteFontSize small()
Font size that is small relatively to the default font size.
Link copied to clipboard
public static AbsoluteFontSize xLarge()
Font size that is x-large relatively to the default font size.
Link copied to clipboard
public static AbsoluteFontSize xSmall()
Font size that is x-small relatively to the default font size.
Link copied to clipboard
public static AbsoluteFontSize xxLarge()
Font size that is xx-large relatively to the default font size.
Link copied to clipboard
public static AbsoluteFontSize xxSmall()
Font size that is xx-small relatively to the default font size.
Link copied to clipboard
public static AbsoluteFontSize xxxLarge()
Font size that is xxx-large relatively to the default font size.